home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / multi-playlist < prev    next >
Encoding:
Text File  |  2007-11-12  |  2.7 KB  |  69 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.       eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  5.  
  6. <head>
  7.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8.  
  9.     <link href="resource:css/main.css" rel="stylesheet" type="text/css" />
  10.     <t:include filename="dynamic.js" />
  11.     <t:execOnLoad><![CDATA[
  12. selectedFolders = kargs['selectedFolders']
  13. selectedChildren = kargs['selectedChildren']
  14. containedChildren = kargs['containedChildren']
  15. ]]>
  16.     </t:execOnLoad>
  17. </head>
  18. <body class="gray-background">
  19.     <div class="channel-blank">
  20.         <div t:showIf="selectedFolders > 0">
  21.             <div class="channel-message" i18n:translate="">
  22.                 <span i18n:name="count" t:replace="selectedFolders" />
  23.                  Playlist Folders Selected<br />(contains 
  24.                  <span i18n:name="containedcount" t:replace="containedChildren" />
  25.                  playlists)
  26.             </div>
  27.         </div>
  28.         
  29.         <div t:showIf="selectedChildren > 0">
  30.             <div class="channel-message" i18n:translate="">
  31.                 <span i18n:name="count" t:replace="selectedChildren" />
  32.                     Playlists Selected
  33.             </div>
  34.         </div>
  35.         <br /><br /><br />
  36.  
  37.         <div t:hideIf="selectedFolders > 0">
  38.         <div class="button-zone-two">
  39.             <div class="gray-button-wrap">
  40.                 <div class="gray-button-bg" onclick="return eventURL('action:mergeToFolder');" >
  41.                     <div class="gray-button-left" />
  42.                     <div class="gray-button-right" />
  43.                     <div class="gray-button-content">Put Into a New Folder</div>
  44.                 </div>
  45.             </div>
  46.             <div class="gray-button-wrap">
  47.                     <div class="gray-button-bg" onclick="return eventURL('action:removeCurrentPlaylist');" >
  48.                         <div class="gray-button-left" />
  49.                         <div class="gray-button-right" />
  50.                         <div class="gray-button-content">Delete</div>
  51.                     </div>
  52.             </div>
  53.         </div>
  54.         </div>
  55.         <div t:showIf="selectedFolders > 0">
  56.         <div class="button-zone-one">
  57.             <div class="gray-button-wrap">
  58.                 <div class="gray-button-bg" onclick="return eventURL('action:removeCurrentPlaylist');" >
  59.                     <div class="gray-button-left" />
  60.                     <div class="gray-button-right" />
  61.                     <div class="gray-button-content">Delete All</div>
  62.                 </div>
  63.             </div>
  64.         </div>
  65.         </div>
  66.     </div>
  67. </body>
  68. </html>
  69.